This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Try to fill the fields with the formula in another event (like PostOpen) and then refresh the form. ~Yentl Cisnitergon 12.Jan.04 03:56 PM a Web browser Domino Designer 6.0.1 CF2Windows 2000
The keyword is a field on the current form and thus the selections are re-computed on that keyword change. Therefore the default formula or the PostOpen on the form will not work as they only fire once.
You'll need to put a computed field under the checkbox field in question that checks to see if the value of the keyword has changed and if so, re-populate the checkbox's.
something like that should work, otherwise you'll need to use exiting events and I don't know if they're reliable when exiting listboxes, comboboxes, checkboxes...